|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CTabItem2 | |
org.eclipse.swt.custom | SWT Custom widgets. |
Uses of CTabItem2 in org.eclipse.swt.custom |
Methods in org.eclipse.swt.custom that return CTabItem2 | |
CTabItem2 |
CTabFolder2.getItem(int index)
Return the tab that is located at the specified index. |
CTabItem2 |
CTabFolder2.getItem(Point pt)
Gets the item at a point in the widget. |
CTabItem2[] |
CTabFolder2.getItems()
Return the tab items. |
CTabItem2 |
CTabFolder2.getSelection()
Return the selected tab item, or an empty array if there is no selection. |
Methods in org.eclipse.swt.custom with parameters of type CTabItem2 | |
int |
CTabFolder2.indexOf(CTabItem2 item)
Return the index of the specified tab or -1 if the tab is not in the receiver. |
void |
CTabFolder2.setInsertMark(CTabItem2 item,
boolean after)
Display an insert marker before or after the specified tab item. |
void |
CTabFolder2.setSelection(CTabItem2 item)
Set the selection to the tab at the specified item. |
void |
CTabFolder2.showItem(CTabItem2 item)
Shows the item. |
|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |